Skip to content
This repository was archived by the owner on Apr 26, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ rules:
indent: ["error", 2, { "SwitchCase": 1}]

extends: eslint:recommended

plugins: [ejs]
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ language: java
jdk:
- oraclejdk8
before_install:
- nvm install 6.9.1
- cd ./npm
- wget https://github.com/github/hub/releases/download/v2.2.9/hub-linux-386-2.2.9.tgz
- shasum -a 256 -c ./sha256.txt
- tar -xvzf hub-linux-386-2.2.9.tgz
- export PATH=${PATH}:$PWD/hub-linux-386-2.2.9/bin/
- nvm install 6.9.1
- cd ./npm
- npm i -g makeshift && makeshift -r https://registry.npmjs.com
install:
- npm install
script:
- npm run lint
- npm test
- npm run testint
- npm run coveralls
- npm run testint
- ../deploy.sh
6 changes: 4 additions & 2 deletions npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,17 @@
],
"dependencies": {
"handlebars": "^4.0.0",
"nyc": "^11.3.0",
"yeoman-generator": "^1.0.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"standard-version": "^4.2.0",
"yeoman-assert": "^2.2.2",
"yeoman-test": "^1.6.0"
"yeoman-test": "^1.6.0",
"eslint": "^4.2.0",
"nyc": "^11.3.0",
"coveralls": "^2.13.1"
},
"scripts": {
"test": "nyc mocha test/unit/*",
Expand Down
1 change: 1 addition & 0 deletions sha256.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
353772dbf336bea3cb09547a943281e317956021d853e4e3383871b2cd85a475 hub-linux-386-2.2.9.tgz