This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ExternalMirrors
/
iptables-formula
mirror of
https://github.com/salt-formulas/salt-formula-iptables
Watch
1
Star
0
Fork
1
Code
Issues
0
Releases
6
Wiki
Activity
Browse Source
show 'make test' errors in Travis
pull/5/head
Martin819
7 years ago
parent
9de11c6172
commit
f7613e483c
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View File
@@ -23,7 +23,8 @@ env:
- PLATFORM=trevorj/salty-whales:xenial
before_script:
- make test | tail
- set -o pipefail
- make test | tail
script:
- test ! -e .kitchen.yml || bundle exec kitchen test -t tests/integration
Write
Preview
Loading…
Cancel
Save