Skip to content

Commit

Permalink
print bower and phantom versions in travis logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed May 14, 2016
1 parent 4c72317 commit ef26ad8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprints/addon/files/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ matrix:
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- phantomjs --version

install:
- npm install
Expand Down
2 changes: 2 additions & 0 deletions blueprints/app/files/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ cache:
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- phantomjs --version

install:
- npm install
Expand Down

0 comments on commit ef26ad8

Please sign in to comment.