File tree 3 files changed +13
-298
lines changed
3 files changed +13
-298
lines changed Original file line number Diff line number Diff line change
1
+ jobs :
2
+ build : # name of your job
3
+ machine : true # executor type
4
+ resource_class : brettwooldridge/ubuntu
5
+
6
+ steps :
7
+ # Commands run in a Linux virtual machine environment
8
+ - checkout
9
+ - run : mvn clean package
10
+
Original file line number Diff line number Diff line change @@ -180,9 +180,9 @@ The following limitations exist in NuProcess:
180
180
* Java 7 and above
181
181
* Linux support requires at least kernel version 2.6.17 or higher (kernels after June 2006)
182
182
183
- [ Build Status ] :https://travis-ci.org/ brettwooldridge/NuProcess
184
- [ Build Status img ] :https://travis-ci.org/ brettwooldridge/NuProcess.svg?branch=master
185
-
183
+ [ Build Status ] :https://circleci.com/gh/ brettwooldridge/NuProcess`
184
+ [ Build Status img ] :https://circleci.com/gh/ brettwooldridge/NuProcess.svg?style=shield
185
+ `
186
186
[ Shippable Status ] :https://app.shippable.com/github/brettwooldridge/NuProcess
187
187
[ Shippable Status img ] :https://api.shippable.com/projects/5b4b6a3e6db3b807000a63d8/badge?branch=master
188
188
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments