Skip to content

Commit

Permalink
Add empty SMALLTALK var to matrix to test default image
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 19, 2015
1 parent 6e9feca commit a3ccd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ env:
global:
- BASELINE=SWTDemo
matrix:
- SMALLTALK="" # Use default Smalltalk version
- SMALLTALK="SqueakTrunk"
- SMALLTALK="Squeak5.0"
- SMALLTALK="Squeak4.6"
Expand All @@ -28,4 +29,4 @@ install:
- cd filetreeCI-*
- export FILETREE_CI_HOME="$(pwd)"

script: $FILETREE_CI_HOME/run.sh
script: $FILETREE_CI_HOME/run.sh

0 comments on commit a3ccd2a

Please sign in to comment.