Skip to content

Commit

Permalink
Looks like don't need npm separately anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
relistan committed Mar 3, 2017
1 parent ce46b76 commit bb2bd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- docker

before_install:
- sudo apt-get install -y nodejs npm
- sudo apt-get install -y nodejs

script:
- go test -v ./... && (CGO_ENABLED=0 GOOS=linux go build -ldflags '-d')
Expand Down

0 comments on commit bb2bd27

Please sign in to comment.