Adding safelist to travis.yml and correcting a typo

This commit is contained in:
smruthi2187
2018-02-08 14:03:27 -08:00
parent 7752abaf05
commit 841c7ef845
6 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -2,6 +2,10 @@ sudo: required
dist: trusty
branches:
only:
- master
language: go
go:
@@ -15,10 +19,6 @@ cache:
services:
- docker
#branches:
# only:
# - master
before_install:
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce