Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
263e30d2
Unverified
Commit
263e30d2
authored
Apr 20, 2018
by
neil
Committed by
GitHub
Apr 20, 2018
Browse files
Merge pull request #1545 from Neilpang/dev
Dev
parents
3216806f
15ffc30d
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
263e30d2
...
@@ -13,12 +13,6 @@ env:
...
@@ -13,12 +13,6 @@ env:
global
:
global
:
-
SHFMT_URL=https://github.com/mvdan/sh/releases/download/v0.4.0/shfmt_v0.4.0_linux_amd64
-
SHFMT_URL=https://github.com/mvdan/sh/releases/download/v0.4.0/shfmt_v0.4.0_linux_amd64
addons
:
apt
:
sources
:
-
debian-sid
# Grab shellcheck from the Debian repo (o_O)
packages
:
-
shellcheck
install
:
install
:
-
if [ "$TRAVIS_OS_NAME" = 'osx' ]; then
-
if [ "$TRAVIS_OS_NAME" = 'osx' ]; then
...
@@ -40,7 +34,6 @@ script:
...
@@ -40,7 +34,6 @@ script:
-
if [ "$TRAVIS_OS_NAME" = "linux" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ./rundocker.sh testplat ubuntu:latest ; fi
-
if [ "$TRAVIS_OS_NAME" = "linux" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ./rundocker.sh testplat ubuntu:latest ; fi
-
if [ "$TRAVIS_OS_NAME" = "osx" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ACME_OPENSSL_BIN="$ACME_OPENSSL_BIN" ./letest.sh ; fi
-
if [ "$TRAVIS_OS_NAME" = "osx" -a "$NGROK_TOKEN" ]; then sudo TEST_LOCAL="$TEST_LOCAL" NGROK_TOKEN="$NGROK_TOKEN" ACME_OPENSSL_BIN="$ACME_OPENSSL_BIN" ./letest.sh ; fi
matrix
:
matrix
:
fast_finish
:
true
fast_finish
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment