Commit d51462d5 authored by MinchinWeb's avatar MinchinWeb

Upgrade Travis to run on new infrastructure

parent a9724dc4
sudo: false # run on new infrastructure
language: python
python:
- "2.7"
......@@ -9,6 +10,10 @@ install:
- "pip install icalendar"
- "pip install pylint"
script: "./run-tests.sh"
# Cache Dependencies
cache:
directories:
- $HOME/travis/.cache/pip
notifications:
webhooks:
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