Commit 9987d8c 1 parent f1b813e commit 9987d8c Copy full SHA for 9987d8c
File tree 1 file changed +2
-13
lines changed
1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,7 @@ sudo: required
8
8
dist : trusty
9
9
10
10
addons :
11
- apt :
12
- sources :
13
- - google-chrome
14
- packages :
15
- - google-chrome-stable
11
+ chrome : stable
16
12
17
13
cache :
18
14
yarn : false
@@ -35,19 +31,12 @@ matrix:
35
31
before_install :
36
32
- yarn global add bower
37
33
- bower --version
38
- - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
39
- - export DISPLAY=:99.0
40
- - sh -e /etc/init.d/xvfb start
41
34
42
35
install :
43
- - mkdir travis-phantomjs
44
- - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
45
- - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
46
- - export PATH=$PWD/travis-phantomjs:$PATH
47
36
- yarn
48
37
- bower install
49
38
50
39
script :
51
40
# Usually, it's ok to finish the test scenario without reverting
52
- # to the addon's original dependency state, skipping "cleanup".
41
+ # to the addon's original dependency state, skipping "cleanup".
53
42
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
You can’t perform that action at this time.
0 commit comments