native-debug/.travis.yml

21 lines
310 B
YAML
Raw Normal View History

sudo: false
language: node_js
node_js:
- stable
os:
- osx
- linux
before_install:
- if [ $TRAVIS_OS_NAME == "linux" ]; then
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0;
sh -e /etc/init.d/xvfb start;
sleep 3;
fi
script:
- |
npm install
tsc
node out/src/test/runTest.js