Skip to content

Commit

Permalink
be evil
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm committed Oct 13, 2015
1 parent 080643e commit c8b03d7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- '3.4'
before_script:
- mkdir -p tools
- wget https://raw.githubusercontent.com/acemod/ACE3/master/tools/sqf_validator.py
- sed -i -e 's/addons//g' sqf_validator.py
- mv sqf_validator.py tools/
script:
- python3 tools/sqf_validator.py

0 comments on commit c8b03d7

Please sign in to comment.