Browse Source

package/ci: update Emscripten Travis CI config to use newer OSX image.

Otherwise Homebrew doesn't have precompiled packages and compiling all
of Node.js and Emscripten takes eternity.
pull/177/merge
Vladimír Vondruš 10 years ago
parent
commit
7c38cee802
  1. 2
      package/ci/travis.yml

2
package/ci/travis.yml

@ -24,10 +24,12 @@ matrix:
- TARGET=ios-simulator
- TARGET_GLES2=OFF
- os: osx
osx_image: xcode7.3
env:
- TARGET=emscripten
- TARGET_GLES2=ON
- os: osx
osx_image: xcode7.3
env:
- TARGET=emscripten
- TARGET_GLES2=OFF

Loading…
Cancel
Save