Skip to content

Commit 64819c0

Browse files
lmccarttherewasaguy
authored andcommitted
adding travis config to travis-ci.com (#355)
1 parent 1e2af06 commit 64819c0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build Status](https://travis-ci.com/processing/p5.js-sound.svg?branch=master)](https://travis-ci.com/processing/p5.js-sound)
12

23
![](https://cloud.githubusercontent.com/assets/504124/19908328/2cd874ea-a059-11e6-847c-e5da5e957a2f.jpg)
34

0 commit comments

Comments
 (0)