forked from transloadit/jquery-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
22 lines (22 loc) · 1023 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: node_js
node_js:
- 6
before_install:
# We need the latest phantomjs and casperjs here. The older Travis defaults
# won't work with our ES5/6 requirements.
- npm install -g npm@latest
- wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2
- tar jxf phantomjs-2.1.1-linux-x86_64.tar.bz2
- sudo cp -Raf phantomjs-*/* /usr/local/
- wget --retry-connrefused https://github.com/n1k0/casperjs/tarball/1.1.4-1
- tar zvxf 1.1.4-1
- sudo cp -Raf casperjs-casperjs-*/* /usr/local/
notifications:
email: false
slack:
secure: gTNTTwFYpakA7O8yBhnk/cU3zP5lK2aHBkcTdiwmaNxbSNnfgQrrXlY8+ZBbEiAu83t7KZR50G8uX55SZ/QguVx8gMy5Acx1a+ihhZB83RAn1pmm56h3iNjD3EAcb3kjZrSaHTd50/27ZQLJIE/QGLMx+FNOjXQ5Rjl9pwev1DQ=
env:
# travis encrypt TRANSLOADIT_ACCESS_KEY=xxx
- secure: B+Nha+TarsZCCoOYIyeMEFyiAWY/o7kgmyj9hwCBikOOoM/FLBrldW8E4DYhP2ub0xv/VtQywcMovDkPi+y4b5ooMnWodDYtDwzkOlyrDqNJIzsaT6KQ5Q7qsXVxEMK/RsLLrwRMlGZJiu1nqFsUJNVswmu4o71fb+Rnc6sXxbY=
before_script: npm run build
script: npm run test