Skip to content

Commit

Permalink
Merge pull request #323 from processone/test-with-erlang-21
Browse files Browse the repository at this point in the history
Travis: Test against Erlang 21
  • Loading branch information
tisba authored Jul 23, 2018
2 parents b2d5cf8 + e53a59d commit 167b944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: erlang
otp_release:
- 20.0
- 19.3
- 18.3
- 17.1
- R16B03-1
- "21.0"
- "20.3"
- "19.3"
- "18.3"
- "17.1"
- "R16B03-1"
script: ./configure && make test
notifications:
email: [email protected]
2 changes: 1 addition & 1 deletion src/test/ts_test_utils.erl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ mkey1search_string_test()->
?assertEqual(["bar","caps"],ts_utils:mkey1search(Data,"foo")).

datestr_test()->
?assertEqual(["2013","10","17",45,"19","41"],ts_utils:datestr({{2013,10,17},{19,41,29}})).
?assertEqual("20131017-1941",lists:flatten(ts_utils:datestr({{2013,10,17},{19,41,29}}))).

export_text_test()->
?assertEqual("foo",ts_utils:export_text("foo")).
Expand Down

0 comments on commit 167b944

Please sign in to comment.