Skip to content

Commit f12cfd5

Browse files
committed
Fix #412
1 parent d7e7661 commit f12cfd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ matrix:
3838
before_script:
3939
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
4040
sudo: required
41+
addons:
42+
apt:
43+
update: true # https://github.com/rickynils/scalacheck/issues/412
4144
env: PLATFORM=native SBT_PARALLEL=true WORKERS=1 DEPLOY=true
4245
- env: EXAMPLES
4346
script:

0 commit comments

Comments
 (0)