CI: addon apt

This commit is contained in:
Jeronimo Vallelunga 2017-07-11 01:03:10 -03:00
parent 5d65eae95b
commit 1a21066172
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,14 @@
language: node_js
node_js:
- "node"
addons:
apt:
packages:
- python3.6
- build-essential
- gcc-4.8
- g++-4.8
before_install:
- sudo apt-get install python3.6
- sudo apt-get install build-essential
- npm install -g node-gyp
script:
- npm run test