This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ branches:
11
11
- master
12
12
- patch
13
13
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
+
14
20
before_script :
15
21
- export DISPLAY=:99.0 # firefox virtual screen
16
22
- sh -e /etc/init.d/xvfb start # firefox virtual screen
@@ -27,3 +33,5 @@ after_success:
27
33
28
34
notifications :
29
35
flowdock : ca58afe1354053b15fe75a763138829d
36
+
37
+
Original file line number Diff line number Diff line change 59
59
"karma-chrome-launcher" : " ^0.1.4" ,
60
60
"karma-firefox-launcher" : " ^0.1.3" ,
61
61
"karma-jasmine" : " ^0.3.6" ,
62
- "karma-phantomjs2-launcher" : " ~0.1.4 " ,
62
+ "karma-phantomjs2-launcher" : " 0.4.0 " ,
63
63
"karma-safari-launcher" : " ^0.1.1" ,
64
64
"karma-sauce-launcher" : " ^0.2.10" ,
65
65
"lazypipe" : " ^0.2.2" ,
You can’t perform that action at this time.
0 commit comments