We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2af06 commit 64819c0Copy full SHA for 64819c0
.travis.yml
@@ -0,0 +1,7 @@
1
+language: node_js
2
+node_js:
3
+ - "8"
4
+ - "10"
5
+install: for i in {1..3}; do travis_wait 5 npm install && break; rm -rf node_modules; done
6
+script: npm run build
7
+sudo: false
README.md
@@ -1,3 +1,4 @@
+[](https://travis-ci.com/processing/p5.js-sound)

0 commit comments