-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.travis.yml
34 lines (34 loc) · 1017 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
23
24
25
26
27
28
29
30
31
32
33
34
language: node_js
node_js:
- '0.10'
services:
- couchdb
notifications:
email: false
irc:
channels:
- chat.freenode.net#hoodie
skip_join: true
slack:
secure: ZMz9TDAQMC2gDIngNN+p69ftHhFeQ48wQ36j8XkPzPRO1ErMLC1dM6EPAzcm8TL2cPtq4rXLz0/5HjQe91RZwqXnJ1kpHOuNBf7VNJPq81DzITdfUtrd4Bv6lI9bIfnlkJu8OrVZp+z/w50jDx4WApATNeTwiBEKr4qWHU/DHLQ=
before_install:
- npm install -g grunt-cli
before_deploy:
- grunt before-deploy
after_deploy:
- grunt after-deploy
env:
global:
- secure: Z8QEPjDeekJRdiAEQA+ARDRRrS8egpzS1WFu68+KQWcDuFg1FeVGYO1A2HyPHggfA/8L+NUfAv0YQi/VvJ6C/zTlO5BhqurumVOtV4U08s3mLmbRSBwkE9kPXLHWJrIoMGdTG93I/SrzL6h4qUTRNSjkfz6F2VcfpcwH9TuR84Q=
deploy:
provider: npm
email: [email protected]
api_key:
secure: jzyuKi/FCKviFFgYbQo3dt90e6ByLVzniKCyeu86Q+yOvYreON5LJ7tYtSZOUJqqQ5XRQgV3PKRGT7ldJyEY00xWw600vtPIBxMVJMezwLg+W0ikMHgVNriJbMjTI0P1lTnR1deeErYWrcpU3/SIVKA467SFx125M7rs2tfuH0M=
on:
all_branches: true
tags: true
sudo: false
cache:
directories:
- node_modules