Fork-Awesome/.travis.yml
2018-09-20 15:49:55 -04:00

16 lines
149 B
YAML

language:
- ruby
- node_js
install:
- bundle install
- npm install
script:
- npm run build
# blocklist
branches:
except:
- gh-pages