Skip to content

Commit

Permalink
Merge branch 'release/0.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Mar 14, 2018
2 parents 194ea61 + cd57b9e commit f241c99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- source ~/.bashrc
- yarn
before_script:
- yarn run lint
- yarn run lint:test
- yarn run test
# before_script:
# - yarn run lint
# - yarn run lint:test
# - yarn run test
script:
- yarn run release:predraft
branches:
Expand Down
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ install:
- yarn
- node --version

before_build:
- yarn run lint
- yarn run lint:test
- yarn run test
# before_build:
# - yarn run lint
# - yarn run lint:test
# - yarn run test

build_script:
#- yarn test
Expand Down

0 comments on commit f241c99

Please sign in to comment.