Skip to content

Commit

Permalink
Revert "upgrade node so build can run"
Browse files Browse the repository at this point in the history
This reverts commit 7eff317.
  • Loading branch information
janpio committed May 5, 2019
1 parent ebb924c commit c62162b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ addons:
env:
global:
- SAUCE_USERNAME=snay
- TRAVIS_NODE_VERSION="6"
- TRAVIS_NODE_VERSION="4.2"
matrix:
include:
- env: PLATFORM=browser-chrome
os: linux
language: node_js
node_js: '6'
node_js: '4.2'
- env: PLATFORM=browser-firefox
os: linux
language: node_js
node_js: '6'
node_js: '4.2'
- env: PLATFORM=browser-safari
os: linux
language: node_js
node_js: '6'
node_js: '4.2'
- env: PLATFORM=browser-edge
os: linux
language: node_js
node_js: '6'
node_js: '4.2'
- env: TEST_DIR=.
language: objective-c
osx_image: xcode7
Expand All @@ -36,12 +36,12 @@ matrix:
os: osx
osx_image: xcode7.3
language: node_js
node_js: '6'
node_js: '4.2'
- env: PLATFORM=ios-10.0
os: osx
osx_image: xcode7.3
language: node_js
node_js: '6'
node_js: '4.2'
- env: PLATFORM=android-4.4
os: linux
language: android
Expand Down

0 comments on commit c62162b

Please sign in to comment.