Skip to content

Commit

Permalink
Merge pull request #43 from gnosis/fix-ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
cag committed Jul 18, 2019
2 parents 75369ea + 87bb940 commit b731458
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
node_js:
- 'node'
- '11'
- '10'
- '9'
- '8'
before_install:
Expand All @@ -10,14 +11,3 @@ script:
- npm run lint
- npm test
after_script: greenkeeper-lockfile-upload
before_deploy:
- npm-prepublish --verbose --lax
deploy:
provider: npm
email: alanlu1023@gmail.com
api_key: $NPM_TOKEN
on:
all_branches: true
tags: true
node: '8'
repo: gnosis/gnosis-contracts
2 changes: 1 addition & 1 deletion test/test_pm_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ contract("PredictionMarketSystem", function(accounts) {
predictionMarketSystem.prepareCondition(oracle, questionId, 1),
"Transaction should have reverted."
);
});
});

it("should have obtainable conditionIds if in possession of oracle, questionId, and outcomeSlotCount", async () => {
assert.equal(
Expand Down

0 comments on commit b731458

Please sign in to comment.