Skip to content

Commit

Permalink
Fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCallis committed Apr 2, 2015
1 parent c6b4599 commit f7c0f56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ node_js:
- iojs-v1.0.4
env:
- CODECLIMATE_REPO_TOKEN=9ffe8abc7638fd859bf081174225ff9846ee5a476c8793bd4e8cc3ec90dae358
before_install:
- npm conf set strict-ssl false
after_install:
- sudo npm install -g phantomjs
# before_install:
# - npm conf set strict-ssl false
# after_install:
# - sudo npm install -g phantomjs
before_script:
- phantomjs --version
- npm install -g mocha
- npm install -g istanbul
- npm install -g codeclimate-test-reporter
- npm install
# - npm install
script:
- npm test
- istanbul instrument --output lib-cov build/*.js
Expand Down

0 comments on commit f7c0f56

Please sign in to comment.