mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2025-10-29 17:50:18 +00:00
We use a gem package for solving door_3. We have tried to add multitple languages in build so we can run our gem package and pass our test.
This commit is contained in:
29
.travis.yml
29
.travis.yml
@@ -1,10 +1,19 @@
|
|||||||
language: python
|
matrix:
|
||||||
python:
|
include:
|
||||||
- 3.6
|
- language: ruby
|
||||||
install:
|
rvm:
|
||||||
- pip install -r requirements.txt
|
- 2.2
|
||||||
script:
|
- jruby
|
||||||
- pytest --junitxml=result.xml
|
- 2.0.0-p247
|
||||||
- python badge.py
|
install: gem install zsteg
|
||||||
after_success:
|
|
||||||
- coveralls
|
- language: python
|
||||||
|
python:
|
||||||
|
- 3.6
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
script:
|
||||||
|
- pytest --junitxml=result.xml
|
||||||
|
- python badge.py
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user