Update .travis.yml to account for Travis changes (especially now that Docker is no longer experimental 🎉)
This commit is contained in:
parent
a075a26a98
commit
86a33a3582
|
|
@ -1,7 +1,5 @@
|
|||
language: bash
|
||||
|
||||
# for secret experimental features ;)
|
||||
sudo: 9000
|
||||
services: docker
|
||||
|
||||
install:
|
||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
||||
|
|
|
|||
Loading…
Reference in New Issue