Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

Commit

Permalink
Bumped ames protocol version (#928)
Browse files Browse the repository at this point in the history
* Bumped ames protocol version

* install dependencies within travis
  • Loading branch information
tacryt-socryp authored Dec 11, 2018
1 parent 7dc3eb1 commit 7610c12
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,28 @@ before_install:
before_script: bash get-or-build-pill.sh
# https://github.com/travis-ci/travis-ci/issues/2570
before_deploy: "[ -d piers ] || { mkdir piers && tar cvzSf piers/zod-$TRAVIS_COMMIT.tgz zod/; }"

addons:
apt:
packages:
- python3
- python3-pip
- libgmp3-dev
- libsigsegv-dev
- openssl
- libssl-dev
- libncurses5-dev
- automake
- autoconf
- make
- libtool
- g++
- re2c
- libcurl4-gnutls-dev
- unzip
- gdb


deploy:
- skip_cleanup: true
provider: gcs
Expand Down
2 changes: 1 addition & 1 deletion sys/vane/ames.hoon
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
=> =~
:: structures
=, ames
=+ protocol-version=2
=+ protocol-version=3
|%
+= move [p=duct q=(wind note:able gift:able)] :: local move
--
Expand Down

0 comments on commit 7610c12

Please sign in to comment.