Update travis.yml

This commit is contained in:
EOS Classic 2018-09-16 02:08:22 +09:00 committed by Ikmyeong Na
parent 45a79922e1
commit cb8bdafbe8
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
1 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,10 @@
language: node_js
node_js:
- "0.12"
env:
global:
secure: Qdkmi13nqcXskABBhbuGZmRakh4orOW1dalkSCyUbzGuYf0OdYF8ttNVuJa0WSWI4KhNXhtz2p3I8dM95wL++LCVqXFmIvZtX8Nca36KlNxIPNXPjn0odayh+c4pgrhrbz8TDmDXl9IPuZmNz8HHtN7xmIn6YDcm13wA3gTmfwo=
sudo: required
dist: trusty
node_js: '8'
before_install:
- sudo apt-get update
- sudo apt-get install -y build-essential
install:
- npm install
- npm run build