Skip to content
This repository has been archived by the owner on Jun 16, 2018. It is now read-only.

Commit

Permalink
Merge pull request #290 from FirstLegoLeague/allow_async_await
Browse files Browse the repository at this point in the history
Update node to allow async/await, fix corresponding build failures
  • Loading branch information
kmeesters committed Oct 10, 2017
2 parents fdcfd6c + cd2c610 commit 303fb8f
Show file tree
Hide file tree
Showing 5 changed files with 5,530 additions and 3,573 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: node_js
node_js:
- 0.10
- 8.4
before_install:
- "npm i -g bower karma-cli"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_script:
- ls ./coverage
- 'npm install coveralls@2.10.0 && cat "./coverage/Firefox 31.0.0 (Linux)/lcov.info" | coveralls'
- 'npm install coveralls@2.10.0 && cat ./coverage/*/lcov.info | coveralls'
297 changes: 0 additions & 297 deletions npm-shrinkwrap.json

This file was deleted.

Loading

0 comments on commit 303fb8f

Please sign in to comment.