Skip to content

Commit

Permalink
chore: 🤖 :%s/ci/travis
Browse files Browse the repository at this point in the history
Fixes directory name in .travis.yml

BREAKING CHANGE: None, but let's pretend like there are some anyway to trigger a major
version bump
  • Loading branch information
Chris Sloop committed Oct 25, 2018
1 parent bea01eb commit 4731881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install:
- npm i
script:
- npm run build && npm run test:prod
after_success: .ci/after_success.sh
after_success: .travis/after_success.sh
branches:
except:
- /^v\d+\.\d+\.\d+$/

0 comments on commit 4731881

Please sign in to comment.