Update travis.yml

pull/5/head
EOS Classic 6 years ago committed by Ikmyeong Na
parent 45a79922e1
commit cb8bdafbe8
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
  1. 14
      .travis.yml

@ -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

Loading…
Cancel
Save