Skip to content

Commit

Permalink
Remove unncessary dependencies in travis config
Browse files Browse the repository at this point in the history
The github pip libraries are not necessary when just running the sqf validator
  • Loading branch information
thojkooi committed May 22, 2016
1 parent 01cd069 commit 054838a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ branches:
language: python
python:
- '3.4'
before_script:
- if [ -n "${GH_TOKEN}" ] && [ "${TRAVIS_BRANCH}" == "master" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]; then
pip install pygithub;
pip install pygithub3;
fi
script:
- python3 tools/sqf_validator.py
- python3 tools/sqf_validator.py

0 comments on commit 054838a

Please sign in to comment.