Skip to content

Commit 9987d8c

Browse files
committed
Clean up travis config
1 parent f1b813e commit 9987d8c

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.travis.yml

+2-13
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@ sudo: required
88
dist: trusty
99

1010
addons:
11-
apt:
12-
sources:
13-
- google-chrome
14-
packages:
15-
- google-chrome-stable
11+
chrome: stable
1612

1713
cache:
1814
yarn: false
@@ -35,19 +31,12 @@ matrix:
3531
before_install:
3632
- yarn global add bower
3733
- 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
4134

4235
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
4736
- yarn
4837
- bower install
4938

5039
script:
5140
# 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".
5342
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup

0 commit comments

Comments
 (0)