Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ekuiter committed Nov 3, 2018
1 parent b88b85c commit 408a1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ deploy:
secure: JSze8Ay+XXgoywWl0h1WoCBYhLRm+fC90jl39feorvVQIdFXUP8O5jF+kYD++8atlqvUnYVFVyfQCNqrCj0Fbzy4IUyroMB/vmf1rnrNsKeceVjbBmAGvg6KufAfw1gC1wbW2h8oEiG7QsMuAFNR7EX/z+Pi0udyoMlKZ7bcbUiV3aoT5uD9aMLivFFdzkv8VczbqkTnBjr3Ugz26INWC4q57ybULUamU7l4L8BixSAWVa9xh1VynSq805YzKE6/c9xNA3snRXjGTqOrTGfcQGCQ4myV0nPBGqNcscYYKeQeG1iYDXj9mMWH1WZLwnMufKs1Vawdk1A6YtK6ZWdsB4LDhqk1LJSjeJz1CS1ypBWVppFsTiNsQ6CIwuaGGNRTIH9BwJSX4N5hkoAosSNfemobNa1G/12mXRHCkCAar2wpj5DtllDoT4ODbS8l/seCUvKzrgwRlIUCvik//N91px6R+YWukPpB9bsFoPp3D8TRyu0Caoxh1su+vJvaeZtxnu/tCoEpYPd2sJsN7MWDYV25+ED70Z6B0RRj7EdDKibAofmzlkU684K66sElTN5R3kxHUEvQm+S1qZO9XnZLJGXCwb1RQU+PcB9+UeFN92WI7+4ItIYpljJgmtLxcbP8PnpyDJ9TEnUQ9DiuUwwsdNhTSMHHC6fV/H0/AE7+6T0=
- provider: script
skip_cleanup: true
script: bash -c 'ls | grep -v build/ | grep -v Procfile | grep -v app-build.json | xargs rm -rf && rm -rf .gradle .travis.yml .gitignore && mv app-build.json app.json && git add -A && git add build -f'
script: bash -c 'ls | grep -v build | grep -v Procfile | grep -v app-build.json | xargs rm -rf && rm -rf .gradle build.gradle .travis.yml .gitignore && mv app-build.json app.json && git add -A && git add build -f'
on:
repo: ekuiter/variED
all_branches: true
Expand Down

0 comments on commit 408a1bd

Please sign in to comment.