Advertisement
Guest User

Untitled

a guest
Mar 7th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. diff --git a/.travis.yml b/.travis.yml
  2. index 6a9658f..096ef57 100644
  3. --- a/.travis.yml
  4. +++ b/.travis.yml
  5. @@ -1,11 +1,11 @@
  6. language: cpp
  7. compiler:
  8. -# - gcc
  9. -# - clang
  10. + - gcc
  11. + - clang
  12. env:
  13. -# - WINDOWS=32
  14. -# - WINDOWS=64
  15. -# - WINDOWS=no
  16. + - WINDOWS=32
  17. + - WINDOWS=64
  18. + - WINDOWS=no
  19. before_install: ./util/travis/before_install.sh
  20. script: ./util/travis/script.sh
  21. notifications:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement