UNPKG
@sp46/snek
Version:
latest (0.4.0-a)
0.4.0
0.4.0-a
Danger noodle in your terminal
github.com/giodamelio/snek
giodamelio/snek
@sp46/snek
/
.travis.yml
21 lines
(19 loc)
•
286 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
language: node_js
node_js:
-
"node"
-
"6"
-
"8"
script:
- yarn run coverage - yarn run lint
after_success:
- yarn run coveralls
# Allow the sleep module to build
env:
- CXX=g++-4.8
addons:
apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8