Skip to content

Commit

Permalink
Specify travis to use npm install rather than npm ci
Browse files Browse the repository at this point in the history
thanks breaking change
  • Loading branch information
AdrieanKhisbe committed Oct 11, 2018
1 parent 820909f commit ac16bb0
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 @@ -32,6 +32,8 @@ before_install:
- chmod +x docker-compose
- sudo mv docker-compose /usr/local/bin

install: npm install

before_script:
- docker-compose up -d

Expand Down

0 comments on commit ac16bb0

Please sign in to comment.