Skip to content

Commit

Permalink
remove slack token, add before_install for npm@2, remove branches config
Browse files Browse the repository at this point in the history
  • Loading branch information
aeweidne committed Sep 14, 2016
1 parent 885a70c commit eb5c09d
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
language: node_js
node_js:
- '4.2'
before_install:
- npm i -g npm@2
install:
- 'npm install'
- npm install
script:
- 'npm run lint'
- 'npm run coverage'
- npm run lint
- npm run coverage
notifications:
slack: ${SLACK_TOKEN}
webhooks: http://cloud-solutions-travis.mybluemix.net/notifications
branches:
only:
- master
webhooks: 'http://cloud-solutions-travis.mybluemix.net/notifications'

0 comments on commit eb5c09d

Please sign in to comment.