1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Travis: add Tcl

This commit is contained in:
Joel Martin 2015-11-09 22:53:30 -06:00
parent 9bc96011e6
commit 20077371f2
2 changed files with 3 additions and 0 deletions

View File

@ -52,6 +52,7 @@ matrix:
- env: IMPL=swift NO_DOCKER=1
os: osx
osx_image: xcode7
- env: IMPL=tcl
- env: IMPL=vimscript NO_PERF=1 # /dev/stdout not writable
- env: IMPL=vb

View File

@ -22,3 +22,5 @@ WORKDIR /mal
##########################################################
RUN apt-get -y install tcl tcl-tclreadline
ENV HOME /mal