Skip to content

Commit

Permalink
Adjusting test stage that was still dependent on v10
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Aug 8, 2018
1 parent 68ad763 commit 305b7f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
- npm run lint
- npm run build

- &test
stage: test
- stage: test
node_js: 10.0.0
before_script:
## Spin up container
Expand All @@ -38,7 +37,7 @@ jobs:
- echo $GITLAB_URL
- echo $PERSONAL_ACCESS_TOKEN
script:
- nvm install 10 && npm ci && npm run build && npm run test
- npm run test

- stage: release
node_js: 10.0.0
Expand Down

0 comments on commit 305b7f2

Please sign in to comment.