forked from opal/opal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
61 lines (44 loc) · 979 Bytes
/
.travis.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
language: ruby
sudo: false
cache:
bundler: true
directories:
- /home/travis/.nvm/
matrix:
fast_finish: true
include:
- rvm: 2.2
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
- rvm: 2.2
env: RUN=rspec TILT_VERSION=2.0.1
- rvm: 2.1
env: RUN=rspec
- rvm: 1.9.3
env: RUN=rspec
- rvm: 2.0.0
env: RUN="rspec mspec_phantom"
- rvm: rbx
env: RUN=rspec
- rvm: jruby
env: RUN=rspec
- rvm: jruby-head
env: RUN=rspec
allow_failures:
- rvm: 1.8.7
- rvm: 1.9.3
- rvm: rbx
- rvm: jruby
- rvm: jruby-head
before_install:
# Keep track of which version of node and phantomjs we're running the specs against
- node -v
- phantomjs -v
- git submodule update --init
- npm install -g jshint
script:
- "bundle exec rake $RUN"
notifications:
irc: "irc.freenode.org#opal"
webhooks:
urls:
- https://webhooks.gitter.im/e/2ea12333adebda0c2289