OnlineJudgeFE/.travis.yml
2017-02-16 20:10:21 +08:00

11 lines
129 B
YAML

language: node_js
node_js:
- "6.2.2"
script:
- npm install
- npm run build
addons:
artifacts:
paths:
- $PWD/dist