1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-27 02:43:45 +02:00

Use node.js 0.12 for travis

libsass may be running into issues with bindings and iojs so use a version-pegged node.js for now.
This commit is contained in:
David LaPalomento 2015-07-21 12:02:24 -04:00
parent ca5103befe
commit dbad385157

View File

@ -1,6 +1,6 @@
language: node_js
node_js:
- iojs
- 0.12
before_script:
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi
before_install: