AMD64
no language set
Git
EasonChang0115/vuepress:.travis.yml@480e160
language: node_js
node_js:
- lts/*
install:
- npm install
- npm run build
script:
- chmod u+x deploy.sh
- bash ./deploy.sh
cache:
directories:
- node_modules
branch: master
Build Config
{
"os": [
"linux"
],
"rvm": [
"2.4.2"
],
"dist": "trusty",
"sudo": false,
"addons": {
"postgresql": "9.6"
},
"deploy": [
{
"app": "gem-rails-ohmy",
"api_key": "$HEROKU_AUTH_TOKEN",
"provider": "heroku"
}
],
"install": [
"bundle install --retry=3"
],
"language": "ruby",
"before_script": [
"psql -c 'create database demo_test;' -U postgres"
],
"before_install": [
"gem update --system",
"gem install bundler"
]
}