We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01a6da commit 8991b3eCopy full SHA for 8991b3e
.travis.yml
@@ -16,6 +16,12 @@ matrix:
16
env: RUN=default
17
- rvm: 2.2.3
18
19
+ - rvm: 2.2.3
20
+ env: RUN=default
21
+ before_script:
22
+ - "curl -L -O https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2"
23
+ - "tar xjvf phantomjs-2.0.0-ubuntu-12.04.tar.bz2"
24
+ - "cp -v phantomjs-2.0.0-ubuntu-12.04.tar.bz2 `phantomjs`"
25
26
env: RUN=default RUNNER=node
27
0 commit comments