Skip to content

Commit bd84ec3

Browse files
committed
CI: apt-get update
1 parent b8d8f7f commit bd84ec3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22

3-
## [0.5.0] 2017-05-11
3+
## [0.5.2] 2017-05-11
4+
### Fixed
5+
- Fix typo in supernode
6+
7+
## [0.5.1] 2017-05-11
48
### Added
59
- New IPv4 and IPv6 supernodes
610

ci/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ main() {
88
if [ $TRAVIS_OS_NAME = linux ]; then
99
target=x86_64-unknown-linux-gnu
1010
sort=sort
11+
sudo apt-get update
1112
sudo apt-get install -y libdbus-1-dev dbus-x11
1213
else
1314
target=x86_64-apple-darwin

0 commit comments

Comments
 (0)