Skip to content

Commit

Permalink
little files to feed to code robots
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesamuel committed Oct 3, 2018
1 parent b480348 commit 04ca3dc
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,2 @@
service_name: travis-pro
repo_token: vm2zPzSv4RxndXeTGVOaj1RD3wD9NxW9s
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "7"
- "8"
- "9"
- "10"
- "stable"

# Use faster Docker architecture on Travis.
sudo: false

script: ./scripts/validate.sh
after_success: npm run coveralls
8 changes: 8 additions & 0 deletions scripts/validate.sh
@@ -0,0 +1,8 @@
#!/bin/bash

# Collects sanity checks for travis-ci.

set -e

npm run prepack
npm run license

0 comments on commit 04ca3dc

Please sign in to comment.