Skip to content

Commit

Permalink
Travis CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Mar 7, 2014
1 parent fbdda24 commit f0f9af3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: c

compiler:
- gcc

python:
- "3.3"

script: "sudo bash ./scripts/freeciv-web-travis.sh"

Expand Down
4 changes: 2 additions & 2 deletions scripts/freeciv-web-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ uname -a
echo basedir $basedir
echo logfile $logfile

which python3
python --version

# User will need permissions to create a database
mysql_user="root"
Expand Down Expand Up @@ -70,7 +70,7 @@ echo "==== Fetching/Installing Tornado Web Server ===="
wget ${tornado_url}
tar xvfz tornado-3.2.tar.gz
cd tornado-3.2
sudo python3.2 setup.py install
sudo python setup.py install


## mysql setup
Expand Down

0 comments on commit f0f9af3

Please sign in to comment.