From 77f7144fbf15d14c195d164f992f2d208d55287b Mon Sep 17 00:00:00 2001 From: "Masahide.MORIO" Date: Tue, 16 Jan 2018 10:01:20 +0900 Subject: [PATCH] test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 013169e8..800f90c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,3 +18,4 @@ deploy: script: if [ ${TRAVIS_NODE_VERSION} = "stable" ];then docker run -v $(pwd):$(pwd) -t snapcore/snapcraft sh -c "apt update -qq && cd $(pwd) && snapcraft && snapcraft push *.snap --release edge"; fi skip_cleanup: true +