Browse Source

Update .travis.yml

pull/34/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
cff15a0fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .travis.yml

4
.travis.yml

@ -7,7 +7,6 @@ addons:
homebrew:
update: true
packages:
- cmake
- sdl2_mixer
- sdl2_ttf
- libsodium
@ -17,6 +16,3 @@ script:
- cd build
- cmake ..
- make -j$(sysctl -n hw.physicalcpu)
after_success:
- ./devilutionx

Loading…
Cancel
Save