Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Attempt 2/N
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Jun 24, 2018
1 parent 13b2239 commit 11c1eae
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Request an environment that provides sudo (that goes with larger containers)
# and a minimal language environment.
sudo: true

# sudo: true

language: minimal

branches:
only:
- master

before_install:
# Check how much space we've got on this machine.
- df -h
install:
- sudo apt-get -y update
- sudo apt-get install -y clang cmake pkg-config libssl-dev
Expand All @@ -22,3 +27,6 @@ script:
- if [ "$TRAVIS_PULL_REQUEST" != "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
./publish-wasm.sh;
fi
after_script:
# Check how much free disk space left after the build
- df -h

0 comments on commit 11c1eae

Please sign in to comment.