Jeronimo Vallelunga 2017-07-11 01:34:50 -03:00
parent 8076a6cff7
commit 83fe2aa259
1 changed files with 7 additions and 10 deletions

View File

@ -1,19 +1,16 @@
sudo: false
env:
- CXX=g++-4.8
language: node_js
node_js:
- "node"
- "4"
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
- ubuntu-toolchain-r-test
packages:
- python-software-properties
- python
- cmake
- build-essential
- gcc-5
- g++-5
before_install:
- npm install -g node-gyp
- gcc-4.8
- g++-4.8
script:
- npm run test
branches: