mar10/persisto:.travis.yml@d281189
language: node_js
sudo: false
node_js:
- "10"
before_script:
- npm install -g grunt-cli
script: grunt travis --verbose
# env:
# global:
# - secure: QdXg1...
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"matrix": {
"include": [
{
"stage": "test",
"script": [
"echo one"
]
},
{
"stage": "test",
"script": [
"echo two"
]
},
{
"stage": "deploy",
"script": [
"echo deploy"
]
}
]
},
"language": "ruby"
}