Skip to content

Commit

Permalink
chore(travis): Enable Travis CI (#4)
Browse files Browse the repository at this point in the history
- Add Travis CI configuration file
- Update dev dependencies
- Update NodeJS version for Travis CI
  • Loading branch information
dominique-mueller committed Apr 14, 2017
1 parent ceed884 commit 17ade0e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
7.8.0
7.9.0
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
language: node_js
cache:
directories:
- node_modules
notifications:
email: false

branches:
only:
- master
- develop

before_install:
- npm install -g npm
install:
- npm install
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "simple-progress-webpack-plugin",
"description": "A simple progress plugin for Webpack, coming with four different logging output formats.",
"version": "0.0.0",
"version": "1.0.0",
"author": {
"name": "Dominique Müller",
"email": "dominique.m.mueller@gmail.com",
Expand Down Expand Up @@ -33,6 +33,6 @@
"webpack": ">= 2.0.0 < 3.0.0"
},
"devDependencies": {
"webpack": "2.3.x"
"webpack": "2.4.x"
}
}

0 comments on commit 17ade0e

Please sign in to comment.