Skip to content

Commit

Permalink
Fixed .travis.yml. Testing build scripts is annoying.
Browse files Browse the repository at this point in the history
  • Loading branch information
zedseven committed Oct 21, 2020
1 parent 17894d4 commit 2144e53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
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
Expand Down Expand Up @@ -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

0 comments on commit 2144e53

Please sign in to comment.