We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ffe80 commit 21c9ff1Copy full SHA for 21c9ff1
.travis.yml
@@ -1,6 +1,7 @@
1
language: erlang
2
3
env:
4
+
5
- ST=Pharo-1.4 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
6
- ST=Pharo-2.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
7
- ST=Pharo-3.0 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
@@ -10,6 +11,7 @@ env:
10
11
- ST=GemStone-3.2.2 BASELINE=Grease LOADS="'Tests'" REPOSITORY="filetree://${TRAVIS_BUILD_DIR}/repository"
12
13
install:
14
15
- export PROJECT_HOME="$(pwd)"
16
- cd $HOME
17
- wget -q -O builderCI.zip https://github.com/dalehenrich/builderCI/zipball/master
0 commit comments