From f3e2bee6b2e64a0a44016f43e4a906bd43031b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 5 Sep 2017 06:31:14 +0100 Subject: [PATCH] Add Zesty (#132) --- .hyper_plugins/.hyper_plugins | 2 +- .travis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.hyper_plugins/.hyper_plugins b/.hyper_plugins/.hyper_plugins index 08c80e70..b13f2cdb 120000 --- a/.hyper_plugins/.hyper_plugins +++ b/.hyper_plugins/.hyper_plugins @@ -1 +1 @@ -/Users/cyryl/dev/dotfiles/.hyper_plugins \ No newline at end of file +/Users/cyplo/dev/dotfiles/.hyper_plugins \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 1509a39a..fd5c657d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,10 @@ matrix: env: DETECTED_OS=fedora:26 DOCKER_IMAGE=cyplo/fedora26_base - os: linux env: DETECTED_OS=debian:jessie DOCKER_IMAGE=cyplo/jessie_base - - os: linux - env: DETECTED_OS=ubuntu:xenial DOCKER_IMAGE=cyplo/xenial_base - os: linux env: DETECTED_OS=ubuntu:yakkety DOCKER_IMAGE=cyplo/yakkety_base + - os: linux + env: DETECTED_OS=ubuntu:zesty DOCKER_IMAGE=cyplo/zesty_base script: - ./test.sh