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,13 +2,8 @@ language: python
python:
- "3.4"
before_install:
- sudo add-apt-repository ppa:gns3/ppa -y
- 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
sudo: false
cache: pip
install:
- python setup.py install