Revert "Don't run CI on Node 0.10" (#1547)

* Revert "Don't run CI on Node 0.10"

* Install after checking node version

* Don't use travis install
This commit is contained in:
Joe Haddad
2017-02-13 15:25:19 -05:00
committed by GitHub
parent ce0d6eeb60
commit 9df3104bf1
2 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ cache:
- node_modules
- packages/create-react-app/node_modules
- packages/react-scripts/node_modules
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
@@ -21,5 +22,7 @@ env:
- TEST_SUITE=kitchensink
matrix:
include:
- node_js: 0.10
env: TEST_SUITE=simple
- node_js: 6
env: USE_YARN=yes TEST_SUITE=simple