mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 11:11:30 -04:00
better ProxyPair jasmine specs, ensure travis using more recent npm
This commit is contained in:
parent
e38bed8be3
commit
889b3fee98
6 changed files with 200 additions and 32 deletions
20
.travis.yml
20
.travis.yml
|
@ -1,14 +1,20 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.5
|
||||
- 1.5
|
||||
|
||||
env:
|
||||
- TRAVIS_NODE_VERSION="4.1"
|
||||
|
||||
install:
|
||||
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
|
||||
|
||||
before_script:
|
||||
npm install -g coffee-script coffeelint jasmine
|
||||
npm install -g coffee-script coffeelint jasmine
|
||||
|
||||
script:
|
||||
- make check
|
||||
- go test -v -race ./broker
|
||||
- cd proxy
|
||||
- cake lint
|
||||
- cake test
|
||||
- make check
|
||||
- go test -v -race ./broker
|
||||
- cd proxy
|
||||
- cake lint
|
||||
- cake test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue