Commit 838335a2 authored by MinchinWeb's avatar MinchinWeb Committed by Bram Schoenmakers

Upgrade Travis to run on new infrastructure

parent f7e8b0f7
sudo: false # run on new infrastructure
language: python language: python
python: python:
- "2.7" - "2.7"
...@@ -9,6 +10,10 @@ install: ...@@ -9,6 +10,10 @@ install:
- "pip install icalendar" - "pip install icalendar"
- "pip install pylint" - "pip install pylint"
script: "./run-tests.sh" script: "./run-tests.sh"
# Cache Dependencies
cache:
directories:
- $HOME/travis/.cache/pip
notifications: notifications:
webhooks: webhooks:
urls: urls:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment