mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
22278b516f
Using Java didn't use the "script" setting for running tests. The Python language version does.
5 lines
111 B
YAML
5 lines
111 B
YAML
language: python
|
|
before_install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install shunit2
|
|
script: ./test.sh |