瀏覽代碼

Testing Travis notifications - This should Pass

pull/6/head
Martin819 7 年之前
父節點
當前提交
a5399d6168
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      .travis.yml

+ 3
- 1
.travis.yml 查看文件

@@ -2,7 +2,7 @@ sudo: required
services:
- docker

install:
- pip install PyYAML
- pip install virtualenv
- |
@@ -18,9 +18,11 @@ services:
#gem 'kitchen-salt', '>=0.2.25'
- bundle install

env:
- PLATFORM=trevorj/salty-whales:trusty
- PLATFORM=trevorj/salty-whales:xenial


before_script:
- set -o pipefail
- make test | tail

Loading…
取消
儲存