Browse Source

Build: Use a Buildmatrix which specifies BUILD_X86 and BUILD_X64 to separately build the installers for those architectures.

MeFisto94 8 years ago
parent
commit
9bb920e519
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -22,6 +22,10 @@ addons:
 #   only:
 #   - master
 
+env:
+  - BUILD_X64=true
+  - BUILD_X86=true
+
 notifications:
   slack:
     on_success: change