Skip to content

Commit 20483ba

Browse files
committed
code-block lexing in testing file
1 parent b2d629f commit 20483ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/software_engineering/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ By default, Travis will compile and test your project (i.e., "build" it) for new
535535

536536
We can see ours by opening it in Atom
537537

538-
````
538+
```{code-block} none
539539
# Documentation: http://docs.travis-ci.com/user/languages/julia/
540540
language: julia
541541
os:
@@ -552,7 +552,7 @@ notifications:
552552
email: false
553553
after_success:
554554
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
555-
````
555+
```
556556

557557
This is telling Travis to build the project in Julia, on OSX and Linux, using Julia v1.1 and the latest development build ("nightly").
558558

0 commit comments

Comments
 (0)