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:
11
.travis.yml
11
.travis.yml
@@ -1,4 +1,13 @@
|
|||||||
language: python
|
matrix:
|
||||||
|
include:
|
||||||
|
- language: ruby
|
||||||
|
rvm:
|
||||||
|
- 2.2
|
||||||
|
- jruby
|
||||||
|
- 2.0.0-p247
|
||||||
|
install: gem install zsteg
|
||||||
|
|
||||||
|
- language: python
|
||||||
python:
|
python:
|
||||||
- 3.6
|
- 3.6
|
||||||
install:
|
install:
|
||||||
|
|||||||
Reference in New Issue
Block a user