Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Use node LTS version on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jun 15, 2017
1 parent 3ad8038 commit 2d0ff51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ cache:
- $HOME/.cache/pip

before_install:
- curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
- sudo apt-get install -y libffi-dev libssl-dev nodejs shellcheck
- sudo apt-get install -y libffi-dev libssl-dev shellcheck

install:
- npm install -g eslint csslint sass-lint jsonlint stylelint eslint-plugin-react eslint-plugin-react-native babel-eslint
Expand Down

0 comments on commit 2d0ff51

Please sign in to comment.