Skip to content

Commit be6dd2b

Browse files
committed
Update travis to build on current nightly
1 parent 5cff85e commit be6dd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN set -ex; \
1212
apt-get clean -q -y; \
1313
rm -rf /var/lib/apt/lists/*; \
1414
cd ..; \
15-
rustup default nightly-2018-04-10; \
15+
rustup default nightly-2018-04-19; \
1616
rustup target add thumbv7em-none-eabihf; \
1717
cd myapp;
1818

0 commit comments

Comments
 (0)