Skip to content

Commit

Permalink
(ci): add Travis CI support
Browse files Browse the repository at this point in the history
- using the default install and default test commands, so that was
  quick
  - use 8.9 to match local environment
    - apparently Node 10 LTS causes the browserify test to error out
      `URL.createObjectURL` in `webworkify` weirdly enough:
      https://travis-ci.org/agilgur5/physijs-webpack/builds/547025740
  • Loading branch information
agilgur5 committed Jun 18, 2019
1 parent b513fe5 commit 2ad3d8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
# default is apparently 0.10.48 for some reason O.O
node_js: '8.9'

0 comments on commit 2ad3d8b

Please sign in to comment.