You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ matrix:
16
16
- rust: nightly
17
17
before_deploy:
18
18
- cd /home/travis/build/lukaspustina/axfrnotify; cargo build --release
19
-
- cd /home/travis/build/lukaspustina; git clone https://github.com/lukaspustina/axfrnotify-deb.git
19
+
- cd /home/travis/build/lukaspustina; git clone https://github.com/trust-dns/axfrnotify-deb.git
20
20
- cd /home/travis/build/lukaspustina/axfrnotify-deb; BIN_DIR=../axfrnotify/target/release ARCH=amd64 VERSION=$TRAVIS_TAG TAG=$TRAVIS_TAG DIST=trusty make package
0 commit comments