Skip to content

Commit

Permalink
Merge pull request #12 from DanielRuf/ci/use-npm-install
Browse files Browse the repository at this point in the history
ci: use npm install
  • Loading branch information
joshfarrant committed Nov 23, 2018
2 parents 07e4979 + 3978e03 commit 12b49fe
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 @@ -7,6 +7,8 @@ script:
- echo "Running tests against $(node -v)..."
- npm test

install: npm install

jobs:
include:
- stage: Produce Coverage
Expand Down

0 comments on commit 12b49fe

Please sign in to comment.