Skip to content

Commit

Permalink
Disable OSX on Travis
Browse files Browse the repository at this point in the history
Since MDL is a seaside framework it should not use any OS dependent stuff. Thus it should be fine to not test OSX. It will reduce the chance of random failure this may.
  • Loading branch information
jecisc committed Oct 6, 2018
1 parent 7d644f1 commit ac1479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false

os:
- linux
- osx
#- osx

smalltalk:
- Pharo-7.0
Expand Down

0 comments on commit ac1479e

Please sign in to comment.