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

Commit

Permalink
chore(ci): Fix build on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
vyorkin committed Nov 29, 2016
1 parent 41eaf76 commit 65b1072
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_modules
.gitignore
.travis.yml
CONTRIBUTING.md
samples
examples
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: node_js
cache:
directories:
Expand All @@ -9,7 +8,7 @@ branches:
only:
- master
node_js:
- 6
- '7'
before_script:
- npm prune
script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "eslint-config-vyorkin",
"version": "0.0.0-semantically-released",
"version": "0.0.0-development",
"description": "ESLint rules according to vyorkin's personal preference",
"main": "index.js",
"repository": {
"url": "git@github.com:vyorkin-personal/eslint-config-vyorkin.git",
"url": "https://github.com/vyorkin-personal/eslint-config-vyorkin.git",
"type": "git"
},
"keywords": [
Expand Down

0 comments on commit 65b1072

Please sign in to comment.