UNPKG
@railrunner16/raildash
Version:
latest (1.0.2-patch.0)
1.0.2
1.0.2-patch.0
1.0.1
1.0.0
1.0.0-readme.0
1.0.0-patch.0
0.1.3
0.1.3-readme.0
0.1.3-patch.8
0.1.3-patch.1
0.1.3-patch.0
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.7-bug1
0.0.6
0.0.6-readme3
0.0.6-readme2
0.0.6-readme1
0.0.5
0.0.5-crit-bug
0.0.4
0.0.4-bug1
0.0.3
0.0.3-readme1
0.0.2
0.0.1
0.0.1-bug1
Lodash, but better
railrunner16.me/raildash/
@railrunner16/raildash
/
.travis.yml
16 lines
•
251 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language:
node_js
cache:
directories:
-
node_modules
notifications:
email:
false
node_js:
-
'11'
before_script:
-
npm
install
-g
gulp-cli
script:
-
npm
run
coverage
-
sudo
bash
./scripts/pages.sh
branches:
except:
-
"/^v\\d+\\.\\d+\\.\\d+$/"