Skip to content

Commit

Permalink
Update node version in TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodacious committed Sep 11, 2018
1 parent 9c704ee commit 642aa93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ env:
- DB_ADAPTER=mysql2

before_install:
- curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
- sudo apt-get install -y nodejs
- nvm install 10.10.0

install:
- bundle install --with development,ci --path=${BUNDLE_PATH:-vendor/bundle}
Expand Down Expand Up @@ -79,9 +78,7 @@ jobs:

- stage: test
name: "Karma JS tests"
script:
- yarn install
- yarn run eslint --ext .js --ext .jsx app/assets/javascripts/**/*.js
script: yarn run eslint --ext .js --ext .jsx app/assets/javascripts/**/*.js

- stage: hygiene
name: "Check seeds are valid"
Expand Down

0 comments on commit 642aa93

Please sign in to comment.