Travis integration (#22)
This commit is contained in:
parent
0a9abd449c
commit
fdb0948c19
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
sudo: false
|
||||||
|
language:
|
||||||
|
- node_js
|
||||||
|
node_js:
|
||||||
|
- "7"
|
||||||
|
script:
|
||||||
|
- node_modules/.bin/elm-package install -y
|
||||||
|
- npm test
|
@ -7,7 +7,7 @@
|
|||||||
"copy-assets": "cp public/index.html build/ && cp public/style.css build/",
|
"copy-assets": "cp public/index.html build/ && cp public/style.css build/",
|
||||||
"deploy": "npm run build && node_modules/.bin/gh-pages --dist build/",
|
"deploy": "npm run build && node_modules/.bin/gh-pages --dist build/",
|
||||||
"live": "node_modules/.bin/elm-live src/Main.elm --dir=public/ --output=public/app.js --debug",
|
"live": "node_modules/.bin/elm-live src/Main.elm --dir=public/ --output=public/app.js --debug",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "node_modules/.bin/elm-make src/Main.elm --warn --output /tmp/tooty.html"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user