Skip to content

Commit

Permalink
change script order
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Dec 27, 2018
1 parent a4bb143 commit 326b8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,8 +12,8 @@ before_script:
- sudo apt-get install python-rosinstall-generator python-wstool python-catkin-tools

script:
- bash scripts/download_sources.sh
- bash scripts/download-raspbian.sh
- sudo bash scripts/extend-raspbian.sh
- sudo bash scripts/mount-raspbian.sh
- bash scripts/download_sources.sh
- sudo bash scripts/install_dependencies.sh

0 comments on commit 326b8f5

Please sign in to comment.