Skip to content

Commit

Permalink
fix phantom use on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Dec 7, 2016
1 parent 8f78a26 commit b1e2099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions blueprints/addon/files/.travis.yml
Expand Up @@ -25,10 +25,9 @@ matrix:

before_install:
- npm config set spin false
- npm install -g bower
- npm install -g bower phantomjs-prebuilt
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
- phantomjs --version

install:
- npm install
Expand Down
5 changes: 2 additions & 3 deletions blueprints/app/files/.travis.yml
Expand Up @@ -12,10 +12,9 @@ cache:

before_install:
- npm config set spin false
- npm install -g bower
- npm install -g bower phantomjs-prebuilt
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
- phantomjs --version

install:
- npm install
Expand Down

0 comments on commit b1e2099

Please sign in to comment.