Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bosnivan authored Apr 4, 2019
1 parent 845234a commit 5a4d805
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "8.9.4"
script:
- "npm install -g pxt"
- "pxt target microbit"
- "pxt install"
- "pxt build"
sudo: false
cache:
directories:
- npm_modules
- pxt_modules

0 comments on commit 5a4d805

Please sign in to comment.