Skip to content

Commit

Permalink
Merge pull request #158 from lapwinglabs/travis_phantom
Browse files Browse the repository at this point in the history
Fix travis integration with phantom
  • Loading branch information
Kikobeats committed Mar 25, 2016
2 parents 184279f + a0e8be7 commit 9e2bd70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 36 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Expand Up @@ -6,15 +6,5 @@ node_js:
- "0.12"
- "0.10"
- "iojs"
before_install:
- npm install -g phantomjs
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script: npm run-script coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
7 changes: 3 additions & 4 deletions package.json
Expand Up @@ -43,16 +43,15 @@
"mocha-lcov-reporter": "~1.2.0",
"multiline": "~1.0.2",
"rimraf": "~2.3.2",
"standard": "~6.0.8",
"x-ray-phantom": "~1.0.0"
"standard": "~6.0.8"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly",
"pretest": "standard",
"test": "mocha",
"coveralls": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
"test": "mocha"
},
"license": "MIT"
}
22 changes: 0 additions & 22 deletions test/xray_driver_spec.js

This file was deleted.

0 comments on commit 9e2bd70

Please sign in to comment.