-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed .travis.yml. Testing build scripts is annoying.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,10 @@ | ||
language: csharp | ||
os: linux | ||
dist: xenial | ||
mono: latest | ||
dotnet: 3.1.402 # to update this value in the future, try `dotnet --list-sdks` as a start | ||
git: | ||
depth: false | ||
|
||
install: | ||
- dotnet restore | ||
|
@@ -34,6 +38,6 @@ after_deploy: | | |
git -c user.name='travisci' -c user.email='travisci' commit -m "Updating Pages with updated documentation." | ||
# Make sure to make the output quiet, or else the API token will leak! | ||
# This works because the API key can replace your password. | ||
git push -f -q https://zedseven:[email protected]/zedseven/Romanization.NET-gh-pages gh-pages &>/dev/null | ||
git push -f -q https://zedseven:[email protected]/zedseven/Romanization.NET gh-pages &>/dev/null | ||
cd "$TRAVIS_BUILD_DIR" | ||
fi |