We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c0e7e commit 9a50341Copy full SHA for 9a50341
.travis.yml
@@ -1,3 +1,5 @@
1
language: ruby
2
rvm:
3
- 2.5
4
+ - 2.4
5
+ - 2.3
docker-ruby
@@ -1,2 +1,3 @@
#!/bin/bash
-docker run -it --rm -v $(pwd):/app -v csscss_gem_data:/usr/local/bundle -w /app ruby $@
+VERSION=${VERSION:-latest}
+docker run -it --rm -v $(pwd):/app -v csscss_gem_data:/usr/local/bundle -w /app ruby:$VERSION $@
0 commit comments