Files
AngularTicTacToe/.travis.yml
2017-05-31 19:56:47 +02:00

9 lines
94 B
YAML

language: node_js
node_js:
- "7"
- "6"
install:
- npm install
script:
- npm run build