Skip to content

Commit bc1472a

Browse files
committed
test1
1 parent 3d83ae5 commit bc1472a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: generic
22

33
before_script:
4+
- sudo apt-get install graphviz
45
- sudo apt-get install doxygen
56

67
script:
@@ -12,8 +13,7 @@ script:
1213
deploy:
1314
- provider: script
1415
skip_cleanup: true
15-
script:
16-
- curl -T print_ip-0.0.$TRAVIS_BUILD_NUMBER-Linux.deb -uromalxr:$BINTRAY_API_KEY "https://api.bintray.com/content/romalxr/otus/lesson4/$TRAVIS_BUILD_NUMBER/print_ip-0.0.$TRAVIS_BUILD_NUMBER-Linux.deb;deb_distribution=trusty;deb_component=main;deb_architecture=amd64;publish=1"
16+
script: curl -T print_ip-0.0.$TRAVIS_BUILD_NUMBER-Linux.deb -uromalxr:$BINTRAY_API_KEY "https://api.bintray.com/content/romalxr/otus/lesson4/$TRAVIS_BUILD_NUMBER/print_ip-0.0.$TRAVIS_BUILD_NUMBER-Linux.deb;deb_distribution=trusty;deb_component=main;deb_architecture=amd64;publish=1"
1717
- provider: pages
1818
skip_cleanup: true
1919
github_token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)