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:
parent
ca5103befe
commit
dbad385157
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user