File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ----------------------------------------------------------------------------
2
+ #
3
+ # Package : websocat
4
+ # Source Repo : https://github.com/vi/websocat
5
+ # Travis Job Link : https://travis-ci.com/github/asellappen/websocat/
6
+ # Created travis.yml : No
7
+ # Maintainer : Arumugam N S <[email protected] >
8
+ #
9
+ # Script License : Apache License, Version 2 or later
10
+ #
11
+ # ----------------------------------------------------------------------------
12
+
13
+ arch :
14
+ - amd64
15
+ - ppc64le
16
+ os :
17
+ - linux
18
+ - osx
19
+ - windows
20
+ language : rust
21
+ rust :
22
+ - 1.34.2
23
+ script :
24
+ - cargo build --no-default-features --verbose --all
25
+ - cargo test --no-default-features --verbose --all
26
+ - cargo build --all-features --verbose --all
27
+ - cargo test --all-features --verbose --all
28
+ - ./test.sh
You can’t perform that action at this time.
0 commit comments