Commit bc1472a 1 parent 3d83ae5 commit bc1472a Copy full SHA for bc1472a
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
language : generic
2
2
3
3
before_script :
4
+ - sudo apt-get install graphviz
4
5
- sudo apt-get install doxygen
5
6
6
7
script :
@@ -12,8 +13,7 @@ script:
12
13
deploy :
13
14
- provider : script
14
15
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"
17
17
- provider : pages
18
18
skip_cleanup : true
19
19
github_token : $GITHUB_TOKEN
You can’t perform that action at this time.
0 commit comments