1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-01-24 15:00:57 +00:00

Switch from travis legacy architecture to the new one

This commit is contained in:
Julien Duponchelle 2015-07-23 10:56:15 +02:00
parent 3f25bfcb27
commit 631ad76149

View File

@ -2,14 +2,9 @@ language: python
python: python:
- "3.4" - "3.4"
before_install: sudo: false
- sudo add-apt-repository ppa:gns3/ppa -y cache: pip
- sudo apt-get update -q
- sudo apt-get install dynamips
- sudo add-apt-repository --yes ppa:ubuntu-sdk-team/ppa
- sudo apt-get update -qq
- sudo apt-get install -qq qt5-qmake qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
install: install:
- python setup.py install - python setup.py install
- pip install -rdev-requirements.txt - pip install -rdev-requirements.txt