forked from blackbaud/skyux-grids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
33 lines (24 loc) · 776 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
language: node_js
sudo: required
dist: trusty
git:
depth: 10
branches:
only:
- master
- /^[0-9]+\.[0-9]+\.[0-9]+.*/
cache:
directories:
- node_modules
before_install:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-before-install.sh)
install:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-install.sh)
script:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-script.sh)
after_script:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-after-script.sh)
after_success:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-after-success.sh)
after_failure:
- bash <(curl -s https://blackbaud.github.io/skyux-travis/v3/library-after-failure.sh)