Skip to content

Commit

Permalink
chore: remove .travis.yml (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rowadz authored Jun 28, 2022
1 parent b6efd24 commit 9ba453d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source
- `npm run clean` removes any built files and `node_modules`
- `npm run lint` runs our TypeScript linter on all `.ts` files in each package
- `npm run test` runs unit tests for all packages
- `npm run test:ci` runs unit tests in CI mode (same as would be run by Travis)
- `npm run test:ci` runs unit tests in CI mode
- `npm run test:watch` runs unit tests in "watch" mode (will refresh relevant
code paths on save)

Expand Down

0 comments on commit 9ba453d

Please sign in to comment.