Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 4e977bb

Browse files
1 parent cda63d6 commit 4e977bb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ branches:
1111
- master
1212
- patch
1313

14+
before_install:
15+
- mkdir travis-phantomjs
16+
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
17+
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs
18+
- export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH
19+
1420
before_script:
1521
- export DISPLAY=:99.0 # firefox virtual screen
1622
- sh -e /etc/init.d/xvfb start # firefox virtual screen
@@ -27,3 +33,5 @@ after_success:
2733

2834
notifications:
2935
flowdock: ca58afe1354053b15fe75a763138829d
36+
37+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"karma-chrome-launcher": "^0.1.4",
6060
"karma-firefox-launcher": "^0.1.3",
6161
"karma-jasmine": "^0.3.6",
62-
"karma-phantomjs2-launcher": "~0.1.4",
62+
"karma-phantomjs2-launcher": "0.4.0",
6363
"karma-safari-launcher": "^0.1.1",
6464
"karma-sauce-launcher": "^0.2.10",
6565
"lazypipe": "^0.2.2",

0 commit comments

Comments
 (0)