Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
retry smalltalk-CI
  • Loading branch information
Johan Brichau committed Feb 27, 2016
commit 5e63ea47e5fcb32fa6dd783c210aacea1b0dbf70
32 changes: 23 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
language: erlang
sudo: true
env:
Expand All @@ -14,14 +15,27 @@ env:
- ST=GemStone-3.2.10 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"

install:
=======
language: smalltalk
sudo: false
smalltalk:
- Pharo-5.0
- Pharo-4.0
- Pharo-3.0
- Pharo-2.0
- Squeak-4.4
- Squeak-4.5
- Squeak-5.0
- GemStone-2.4.4.1
- GemStone-3.1.0.6
- GemStone-3.2.10

- export PROJECT_HOME="$(pwd)"
- cd $HOME
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
- unzip -q builderCI.zip
- cd dalehenrich-builderCI*
- source build_env_vars
- ln -s $PROJECT_HOME $GIT_PATH
- ./build_image.sh
>>>>>>> d840e1c... try smalltalkCI

script: $PROJECT_HOME/tests/testTravisCI.sh -verbose
env:
global:
- BASELINE="Grease"
# - TESTS="PackagesToTest" # RegEx, i.e.: [A-Z].*, default is defined as BASELINE.*
# - BASELINE_GROUP="Tests" # Name of the group to load from baseline
- PACKAGES="./repository" # Directory where Filetree looks for package
# - BUILDERCI=false # Set to `true` for builderCI fallback