Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
fancy docker container does all
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdinosaur committed Jun 2, 2019
1 parent 0be3f68 commit c1343c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
if [ "$CROSS" ]; then
sudo apt-get install qemu-user-static
docker run --rm --privileged hypriot/qemu-register
docker create \
-it --name cross \
-v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static \
-v $(pwd):/home/node/app \
-w /home/node/app \
"$CROSS_IMAGE"
Expand Down

0 comments on commit c1343c0

Please sign in to comment.