Skip to content

Commit

Permalink
travis releases
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools authored and Spongman committed Jul 26, 2019
1 parent 76f9bc2 commit 2f7943c
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,33 @@

language: node_js
node_js:
- "8"
- "10"
install: for i in {1..3}; do travis_wait 5 npm install && break; rm -rf node_modules; done
- "10.0"
addons:
chrome: stable
install: npm install
before_script:
- sed -i 's/'"'"'--disable-gpu'"'"',//g' node_modules/mocha-chrome/lib/instance.js
- sed -i 's/options.logLevel/"verbose"/g' node_modules/mocha-chrome/lib/instance.js
script: npm run grunt
services: docker
sudo: false

deploy:
provider: releases
skip_cleanup: true
api_key:
secure: vQsN3nwHWuz5iAtFCNKhhktDtZqtfJnGoYHgLta7JAu+zgOEkzTjss21xqfFKo/hxwhNrZBjWxSD1o4CfxfhAzXs1D2D2TY1tTtDypjPlbZhCR8MzInvXkecpXkNcbf8uNAHwqxfg0icqtB+pNDg9MWQLcRa3Su6hZUALza4e8NdgbSSgLZLQdidVSQhx5F4aE8gFa4lY19x/en1rKcp2PqeXeGGvIfKbI8kFW/0/xoxCzOW/KrNO7+b1T5vSzixQWWd8rKLLhn6jkE+fQKpw1Mtp5zcBUky+jDG9EjYE8n5D0z4U2d8qoYrPb9BjD80K6sJ3HtgaKsMjSNOL120L0Tju2LoPhIQnuDFKwBVOg2XpsynrGZz/vk6GxDBfqpxcalP/mbGo/LDVltThGPxKkV9O/CmMIMDquL5MHTrUkVcwvzibPwiSDCFTiEwd28AXd+26gliCeDe+kI4x+A9uk7FHmOsZtUNtX4rpwg2dET+yco8q+pmWr/5UQEV8Dvaw7lPAWpbmCLbbz/Lq4QELUxGy+Zy3xQhGjr2fRDDdo6geWb3BGp57qbwHvnJ9/wmnpiqgWXEsqQJzjRJXR9AbDXXFGmNWC4SI9tQbfP3VPEGXHWJPXf5ydkVBu4D1bthKfc+EOB2astTJpg/90oBp2pmN2QvcsePdHexlrGj/vM=
file:
- "lib/p5.js"
- "lib/p5.min.js"
- "lib/addons/p5.dom.js"
- "lib/addons/p5.dom.min.js"
- "lib/addons/p5.sound.js"
- "lib/addons/p5.sound.min.js"
on:
all_branches: true
repo: Spongman/p5.js
cache:
yarn: true
directories:
- node_modules

0 comments on commit 2f7943c

Please sign in to comment.