summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 043fdca..c4d93ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,6 @@ go:
 
 os: 
   - linux
-  - osx
 
 dist: xenial
 
@@ -22,7 +21,12 @@ before_script:
   - ./cc-test-reporter before-build
 
 script: 
-  - go test -v --coverprofile=c.out
+  - go test -v -race --coverprofile=c.out
   - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
   - cd ..
   - make
+
+after_script:
+  - make clean
+  - cd svc/
+  - go test -v -run=NONE -bench . -benchmem
1438' href='/akkartik/mu/commit/064random.cc?h=main&id=8cb4e3653bbaaf8a445c30d63fc6bad4c5164e87'>8cb4e365 ^
0c44f591 ^
ca1afb29 ^
8b9f1750 ^
8cb4e365 ^
8cb4e365 ^






795f5244 ^
166e3c0d ^



8cb4e365 ^




1c57bab6 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34