summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: e0c2e89da401832cf7f4f31961e67d1d4717c3df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
dist: xenial
sudo: required
language: node_js
node_js:
- 10.14.1
before_install:
- openssl aes-256-cbc -K $encrypted_576d8886d7a3_key -iv $encrypted_576d8886d7a3_iv
  -in ci/wiki_deploy_key.enc -out ci/wiki_deploy_key -d
script:
- truffle compile