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

Commit

Permalink
Merge pull request #1 from dusk-network/fix-bulletproofs
Browse files Browse the repository at this point in the history
Fix bulletproofs, rustfmt, travis, makefile and readme
  • Loading branch information
vlopes11 authored Sep 13, 2019
2 parents 63ccf02 + 3ec4494 commit 51ac865
Show file tree
Hide file tree
Showing 6 changed files with 445 additions and 410 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: rust

branches:
only:
- master

os:
- linux

matrix:
include:
- rust: nightly
after_script:
# Send a notification to the Dusk build Status Telegram channel once the CI build completes
- bash <(curl -s https://raw.githubusercontent.com/dusk-network/tools/master/bash/telegram_ci_notifications.sh)

before_install:
- sudo apt-get update

before_script:
- make dep

script:
- make test
- make inttest
Loading

0 comments on commit 51ac865

Please sign in to comment.