forked from SeasideSt/Parasol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
37 lines (37 loc) · 1.09 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
sudo: required
dist: trusty
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
language: smalltalk
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
before_script:
- wget http://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar
- wget https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_linux64.zip
- unzip chromedriver_linux64.zip
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
- "java -Dwebdriver.chrome.driver=chromedriver -jar selenium-server-standalone-3.141.59.jar -port 4444 > /tmp/seleniumlog.&"
smalltalk:
- Pharo64-alpha
- Pharo-alpha
- Pharo64-7.0
- Pharo64-6.1
- Pharo-6.1
- Pharo-5.0
- Squeak64-5.2
- Squeak-5.2
- GemStone-3.5.0
- GemStone-3.4.2
- GemStone-3.3.3
- GemStone-3.2.15
- GemStone-3.1.0.6
matrix:
allow_failures:
- smalltalk: Pharo64-alpha
- smalltalk: Pharo-alpha