diff --git a/.travis.yml b/.travis.yml index 55fb1c0698..7924c7e51b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,11 @@ jobs: compiler: clang install: "docker pull rpcs3/rpcs3-travis-xenial:1.6" script: 'travis_wait 30 docker run -v $(pwd):/rpcs3 -v "$HOME/.ccache":/root/.ccache --env-file .ci/travis.env rpcs3/rpcs3-travis-xenial:1.6 /rpcs3/.ci/build-linux.sh' - # - os: freebsd - # compiler: clang - # cache: ccache - # install: "./.ci/install-freebsd.sh" - # script: "./.ci/build-freebsd.sh" + - os: freebsd + compiler: clang + cache: ccache + install: "./.ci/install-freebsd.sh" + script: "./.ci/build-freebsd.sh" # - os: osx # osx_image: xcode11.3 # addons: