Skip to content

Commit

Permalink
Sim npm module (#684)
Browse files Browse the repository at this point in the history
* Initial

* testing npm package

* Bump pxt-arcade-sim to 0.5.6

* Bump pxt-core to 0.5.14

* bump minor

* also bump sim minor

* Undo shims
  • Loading branch information
guillaumejenkins committed Jan 28, 2019
1 parent 60b62d5 commit c5ff339
Show file tree
Hide file tree
Showing 15 changed files with 2,363 additions and 2,894 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,10 +1,11 @@
language: node_js
node_js:
- "8.9.0"
before_install:
- echo -e "\n\nmachine github.com\n login $GH_TOKEN\n" >~/.netrc
script:
- "node node_modules/pxt-core/built/pxt.js travis"
- "node node_modules/pxt-core/built/pxt.js travis"
sudo: false
cache:
directories:
- node_modules

0 comments on commit c5ff339

Please sign in to comment.