Skip to content

Commit

Permalink
chore(travis): remove obsolete commands from .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed Sep 15, 2016
1 parent d0bd6a5 commit b6ce45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: node_js
node_js:
- "6"

before_install: npm i -g npm@latest
#before_install: npm i -g npm@latest

script:
- npm run flow.install:typings
- npm test

after_success:
Expand Down

0 comments on commit b6ce45c

Please sign in to comment.