Skip to content

Commit

Permalink
Update mirage configure argument to fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht committed May 3, 2016
1 parent 1ea4652 commit c60320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -8,12 +8,12 @@ env:
- OCAML_VERSION=4.02 MIRAGE_BACKEND=xen DEPLOY=1 XENIMG="openmirage.org"
FLAGS="-vv --net direct --dhcp false --ip 46.43.42.147
--netmask 255.255.255.128 --gateways 46.43.42.129 --tls false
--host openmirage.org --redirect https://mirage.io"
--host openmirage.org --redirect https://mirage.io --network 0"
UPDATE_GCC_BINUTILS=1
- OCAML_VERSION=4.02 MIRAGE_BACKEND=xen DEPLOY=1 XENIMG="mirage.io"
FLAGS="-vv --net direct --dhcp false --ip 46.43.42.146
--netmask 255.255.255.128 --gateways 46.43.42.129 --tls true
--secrets-kv_ro fat --host mirage.io"
--secrets-kv_ro fat --host mirage.io --network 0"
UPDATE_GCC_BINUTILS=1
global:
- secure: PUu3+Enupf9jcIPD/hs5b6zrNuJagTDXJGtYfSUIFvzevSXZzs6mXPu8L2vvAQbQ8ig/8VLToa44vUTG9OEy9SxXrR6yTQGfj4YxJ5BXKHwhYMTBXnR1e+S1gA4a5tilMa7M/a0hWa1rORv3diMIK3dihjc1m6VzpCK/4vly7KU=
Expand Down

0 comments on commit c60320e

Please sign in to comment.