UNPKG
hof-dotfiles
Version:
latest (2.0.0)
2.0.0
1.0.0
Common dotfiles for HOF
github.com/UKHomeOffice/hof-dotfiles
UKHomeOffice/hof-dotfiles
hof-dotfiles
/
src
/
.travis.yml
24 lines
(18 loc)
•
279 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
language:
node_js
node_js:
-
"6"
-
"5"
-
"4"
services:
- redis-server
cache:
directories: - node_modules
before_install:
- rvm install
2.2
.
2
before_script:
- npm run sass - NODE_ENV=
'ci' npm start&
script:
- npm run test:ci - npm run test:acceptance