Skip to content

Commit

Permalink
Removing Statick output directory usage from Travis jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Jan 31, 2020
1 parent beaa8ae commit 1c3f987
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 @@ -39,7 +39,7 @@ jobs:
install:
- cat install.txt | xargs sudo apt-get install -y
- pip install -r requirements.txt
script: mkdir statick_output; statick . statick_output --profile self_check.yaml
script: statick . --profile self_check.yaml
- stage: deploy
python: '2.7'
provider: pypi
Expand Down

0 comments on commit 1c3f987

Please sign in to comment.