UNPKG
@daphneb/phonereporting
Version:
latest (1.0.1)
1.0.1
1.0.0
@daphneb/phonereporting
/
griddle-react
/
.travis.yml
15 lines
(14 loc)
•
199 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language:
node_js
node_js:
-
'5'
-
'4.2'
-
'4.1'
-
'0.12'
-
'0.10'
before_install:
-
'npm install -g grunt-cli'
install:
-
'npm install'
script:
- grunt build - npm run test-
single