Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Mar 3, 2019
1 parent adca2ac commit 486376b
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 @@ env:
matrix:
- TEST_SUITE=senecajs/seneca
- TEST_SUITE=senecajs/seneca-entity
- TEST_SUITE=senecajs/seneca-hapi
- TEST_SUITE=senecajs/seneca-joi

install:
- NODE_VERSION=$(node -v); if [ ${NODE_VERSION:1:2} -ge 10 ]; then npm i -g npm@6; npm ci; else npm install; fi
Expand Down

0 comments on commit 486376b

Please sign in to comment.