forked from entrylabs/entryjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
34 lines (34 loc) · 1.22 KB
/
.travis.yml
File metadata and controls
34 lines (34 loc) · 1.22 KB
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:
- '8'
env:
global:
- GH_REF: github.com/entrylabs/entryjs.git
- GH_REPO: https://github.com/entrylabs/entryjs.git
cache:
directories:
- node_modules
- $HOME/.npm
branches:
only:
- master
- /^deploy\/.*$/
before_script:
- chmod +x ./scripts/build.sh
- chmod +x ./scripts/deploy.sh
install:
- npm prune
- npm install
script:
- ./scripts/build.sh
- ./scripts/deploy.sh
# deploy:
# - provider: script
# script: ./scripts/deploy.sh
# on:
# all_branches: true
notifications:
email: false
slack:
secure: YiNtTPgO0groTXNqVfYsxTWwu8/zeAllZsZaR2G5rRfMsDDUAei4qUMgX5lCPkcMIKh+zHuZa+D7hUb3dxno2ZnU0IGF1wlaiRFy6bOsUIgy/LhEtPBNxyE39ZpNaYsIByuz45PfAHrOH1mm/UgcTlLwZTAwaOj+6W+C0v0oE3ZG1RCTMVCilDgSj1ZWU2RRX5Wx43iX8RV9TOpXTLAuLiG13q9dkJ0vAF+UQ+XETTmKhe1KY6JvKfbnYiX+0H5fYWkoTrCqojbjR6yvG1q1qOXapVBlv9BHnXEMqdxfUbfOc7YlcKntABYqkqOoi3jM3u6wES+5ZYbESSa1HlT9SlbtZLk/OzONTlxg2CrRTtjAzxWaf9QCE8hB64qWS3uriWUjsI90zTUJVkflZK79cLuZl/Y6hb8Td/H00AFxo89TrDGM6aAIx6pLx+HQNo46Sw5NNVYnCRsGitB2TlVVYSFJYbsNkmSk0oGGRUJHkd5JWmz7pmk281Q1QxaN2qtAOMhpZHHuedP6kHEaHOuiOdorNnKqmgjXEGIeH5UyqpqTJ0UB5jQTTRvnIzstsK5M8WNDoqSXZ7v4rCw8uFKIbCW7sbZhKuGzm6jeJhlwN8AI7LWe7mw3Bu+UAcTvuE8UZYj2HZg+8NfhwwPuIy0/GmHhEXddxTMxuz9g1eQwdis=