Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mutalyzer
mutalyzer2
Commits
4d0648e1
Commit
4d0648e1
authored
Aug 19, 2019
by
Mihai
Browse files
Update travis configuration
parent
97d7a703
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
4d0648e1
# Validate this file using http://lint.travis-ci.org/
dist
:
xenial
language
:
python
sudo
:
false
cache
:
pip
...
...
@@ -6,7 +7,9 @@ python: "2.7"
addons
:
apt_packages
:
swig
postgresql
:
"
9.4"
services
:
redis-server
services
:
-
redis-server
-
mysql
before_install
:
-
CFLAGS=-O0 pip install -r requirements.txt
-
pip install psycopg2
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment