Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
benjipott committed Apr 6, 2018
1 parent 5dba989 commit ef7862a
Show file tree
Hide file tree
Showing 12 changed files with 8,562 additions and 2,603 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
language: node_js

cache:
bundler: true
apt: true
directories:
- node_modules

node_js:
- 6
- 8

before_script:
- if [ "${TRAVIS_PULL_REQUEST}" = "true" ]; then curl https://gist.githubusercontent.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash; fi
script: npm run build
13 changes: 0 additions & 13 deletions LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions LICENSE-MIT

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Installation](#installation)
- [Inclusion](#inclusion)
- [Basic Usage](#basic-usage)
- [Options](#options)
- [License](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down
15 changes: 0 additions & 15 deletions bower.json

This file was deleted.

Loading

0 comments on commit ef7862a

Please sign in to comment.