]> git.proxmox.com Git - mirror_xterm.js.git/blame - .travis.yml
Create `terminal.buffer` convenience attribute
[mirror_xterm.js.git] / .travis.yml
CommitLineData
b91e7370 1language: node_js
64809338
DI
2os:
3 - linux
4 - osx
b91e7370 5node_js:
738f37e8 6 - 6
0536862b
DI
7before_install:
8 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test ; fi
9 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi
10 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq install g++-4.8 ; fi
11 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8 ; fi
abb7a495 12env:
fbc314a7
PK
13 matrix:
14 - NPM_COMMAND=lint
15 - NPM_COMMAND=test
b91e7370 16notifications:
abb7a495 17 email: false
fbc314a7 18script: npm run $NPM_COMMAND
695a9523 19after_success: npm run coveralls