-
-
Notifications
You must be signed in to change notification settings - Fork 69
Expand file tree
/
Copy path.travis.yml
More file actions
21 lines (21 loc) · 574 Bytes
/
.travis.yml
File metadata and controls
21 lines (21 loc) · 574 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dist: xenial
sudo: required
language: node_js
node_js:
- "node"
before_install:
- |
sudo dpkg --add-architecture i386
sudo sed -i 's/xenial/cosmic/' /etc/apt/sources.list
sudo apt-get update -y && sudo apt-get install -y libc6:i386 libmpv-dev
- |
cd ~
wget https://github.com/Kagami/nacl_sdk/archive/master.zip && unzip master.zip
nacl_sdk-master/naclsdk update
export NACL_SDK_ROOT=$HOME/nacl_sdk-master/pepper_49
cd -
# Force compilation of addon.
- sed -i '/"_from":/d' package.json
notifications:
email:
on_success: never