This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
salt
/
ufw-formula
forked from
ExternalMirrors/ufw-formula
Watch
2
Star
0
Fork
0
Code
Releases
8
Activity
Browse Source
Add travis config
tags/v0.2.0
Alexandre Anriot
6 years ago
parent
b749509eb1
commit
c350b4a1da
1 changed files
with
17 additions
and
0 deletions
Split View
Show Diff Stats
+17
-0
.travis.yml
+ 17
- 0
.travis.yml
View File
@@ -0,0 +1,17 @@
language: ruby
sudo: required
cache: bundler
rvm:
- 2.3.5
services:
- docker
script:
- bundle exec kitchen test
env:
matrix:
- DISTRIB=debian:stretch/9
- DISTRIB=ubuntu:xenial/16.04
Write
Preview
Loading…
Cancel
Save