Skip to content

Commit

Permalink
Use precise for now on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 22, 2017
1 parent 845d8a2 commit abcd98b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
@@ -1,3 +1,5 @@
dist: precise

sudo: required

language: python
Expand Down Expand Up @@ -32,4 +34,4 @@ install:
- docker run -d --name ckan -p 5000:5000 --link db:db --link redis:redis --link solr:solr ckan

script:
- docker ps -a
- docker ps -a

0 comments on commit abcd98b

Please sign in to comment.