Skip to content

Commit

Permalink
Add support to c++11 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aboSamoor committed Jul 24, 2017
1 parent 533f07f commit 0274d52
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 @@ -9,7 +9,7 @@ python:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- sudo apt-get install python-numpy libicu-dev
- sudo apt-get install gcc-4.7 g++-4.7 python-numpy libicu-dev
- pip install -r requirements.txt

# command to run tests, e.g. python setup.py test
Expand Down

0 comments on commit 0274d52

Please sign in to comment.