Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into wrap-changelong-at-80-char
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro authored Nov 29, 2017
2 parents 7e5e0f0 + 9679852 commit acc36ab
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 285 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,22 @@ addons:
firefox: latest

before_install:
- git fetch --unshallow # needed for commitlint
- nvm i node
- npm install
- npm install -g greenkeeper-lockfile@1

before_script: greenkeeper-lockfile-update
before_script: npx greenkeeper-lockfile-update

script :
- npm run build-static
- npm test -- --browsers $BROWSERS
- bash tools/lint-commits.sh # script lint commit messages, handles commits from forks and same repo
- npm run lint-commit-ci
- npm run lint-js
- npm run lint-css
- npm run lint-md
- mvn license:check
- mvn clean install

after_script: greenkeeper-lockfile-upload
after_script: npx greenkeeper-lockfile-upload

cache:
directories:
Expand Down
Loading

0 comments on commit acc36ab

Please sign in to comment.