Skip to content

Commit

Permalink
ensure phantomjs version is logged in CI (so debugging locally is eas…
Browse files Browse the repository at this point in the history
…ier)
  • Loading branch information
stefanpenner committed Jul 11, 2015
1 parent 3313512 commit b0784c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- "npm --version"
- "phantomjs --version"

install:
- "npm install"
Expand Down

0 comments on commit b0784c1

Please sign in to comment.