forked from voltrb/volt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
27 lines (27 loc) · 786 Bytes
/
.travis.yml
File metadata and controls
27 lines (27 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: ruby
sudo: false
cache: bundler
services:
- mongodb
rvm:
- 2.1.0
- 2.1.1
- 2.1.2
- 2.1.3
- 2.1.5
- 2.2.0
env:
global:
- secure: W03bt+hqLkAenymipqADIuRGZMiqu/sKx+9PXJJzCy0qAgmKs/PhPpHRpGpSmaYvVQQuiWX/rsw7xWXc2CHDJSp5aInd693xhJuSKXmnUp00r14/io+VWI9LE0lWjx4qdb6YQhdBTaxJB0+1sHDwU088yWBNnri/KwU4UlUgO5M=
- secure: X95q9DUVJRLIoxd116xEbi/3xL85XiGbWdz0p5z/UawShQalMHxLfPNdU9u5gyw99LrgxTdPsJOTps8hB3vhzp8qIegrM8i2AICcicXC1QDOWi7McXSH9SBmE1AjhlyE/PLLHwLDeqfvwNMPAOrDH1GOisQp505D7SSXUZ9m0GI=
matrix:
- NO_BROWSER=true
# - BROWSER=sauce OS="Windows 8" USE_BROWSER="Firefox" VERSION="33"
script: bundle exec rake
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/046f551739ef8cf19b8c
on_success: change
on_failure: always
on_start: false