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

Commit

Permalink
add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitanwar committed Feb 13, 2018
1 parent 4d19e4c commit 43070ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ cache:
before_install:
- sudo pip install -r requirements.txt
script:
- python scripts\lint.py
- python scripts\readme.py
- python scripts\tdd.py
- python scripts/lint.py
- python scripts/readme.py
- python scripts/tdd.py
after_success:
- chmod +x .travis/push.sh
- .travis/push.sh
Expand Down

0 comments on commit 43070ee

Please sign in to comment.