Skip to content

Commit

Permalink
Suppressing default install step
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-nguyen committed May 25, 2018
1 parent d0be7c4 commit 3c6043f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ before_install:
- dep ensure
- if [ ! -f "bin/gometalinter" ]; then curl -sfL https://install.goreleaser.com/github.com/alecthomas/gometalinter.sh | bash; fi

install: true

script:
- cd $TRAVIS_BUILD_DIR/client
- npm run lint
Expand Down

0 comments on commit 3c6043f

Please sign in to comment.