Skip to content

Commit

Permalink
ci(travis): remove integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 24, 2018
1 parent 057f8fb commit 969af67
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
@@ -1,23 +1,12 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '8'
- '6'
- '4'

# Retry install on fail to avoid failing a build on network/disk/external errors
install:
- travis_retry npm install

script:
- npm run lint
- npm run unit
- npm run integration
after_success:
- npm run coverage
- npm run coveralls
Expand Down

0 comments on commit 969af67

Please sign in to comment.