Skip to content

Commit

Permalink
Move .travis.yml to root
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskay committed Dec 6, 2020
1 parent 95d3ad0 commit f7b94c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwindcss-elevation/.travis.yml → .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script: yarn test-reporter
script: yarn workspace tailwindcss-elevation test-reporter
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit f7b94c6

Please sign in to comment.