Skip to content

Commit 8991b3e

Browse files
committed
Stab at PhantomJS 2.0
1 parent c01a6da commit 8991b3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ matrix:
1616
env: RUN=default
1717
- rvm: 2.2.3
1818
env: RUN=default
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`"
1925
- rvm: 2.2.3
2026
env: RUN=default RUNNER=node
2127
- rvm: 2.2.3

0 commit comments

Comments
 (0)