This commit is contained in:
parent
8076a6cff7
commit
83fe2aa259
17
.travis.yml
17
.travis.yml
|
@ -1,19 +1,16 @@
|
||||||
|
sudo: false
|
||||||
|
env:
|
||||||
|
- CXX=g++-4.8
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "node"
|
- "4"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'ppa:ubuntu-toolchain-r/test'
|
- ubuntu-toolchain-r-test
|
||||||
packages:
|
packages:
|
||||||
- python-software-properties
|
- gcc-4.8
|
||||||
- python
|
- g++-4.8
|
||||||
- cmake
|
|
||||||
- build-essential
|
|
||||||
- gcc-5
|
|
||||||
- g++-5
|
|
||||||
before_install:
|
|
||||||
- npm install -g node-gyp
|
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- npm run test
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue